home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 52
/
Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso
/
Aminet
/
game
/
think
/
AmiChess.lha
/
AmiChess
/
src
/
repeat.c
< prev
next >
Wrap
C/C++ Source or Header
|
2002-10-31
|
139b
|
13 lines
#include "common.h"
short Repeat()
{
short i,k;
k=0;
for(i=GameCnt-3;i>=Game50;i-=2)
{
if(Game[i].hashkey==HashKey) k++;
}
return k;
}